-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "westend-indians",
"version": "1.0.0",
"description": "The home of the Indians, vol 2",
"main": "index.js",
"dependencies": {
"autoprefixer": "^7.1.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"node-sass": "^4.9.3",
"postcss-cli": "^4.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/montel-ig/westend-indians.git"
},
"author": "montel-ig",
"license": "ISC",
"bugs": {
"url": "https://github.com/montel-ig/westend-indians/issues"
},
"babel": {
"presets": [
"react",
"es2015"
],
"sourceMaps": "inline"
},
"homepage": "https://github.com/montel-ig/westend-indians#readme"
}