-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 955 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
{
"name": "siome",
"version": "0.0.1",
"description": "Storage of Nintendo Network ID for Splatoon",
"main": "index.js",
"dependencies": {
"angular": "^1.4.1",
"angular-route": "^1.4.1",
"angularfire": "^1.1.1",
"firebase": "^2.2.7",
"moment": "^2.10.3"
},
"devDependencies": {
"babel": "^5.6.1",
"babel-eslint": "^3.1.18",
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"eslint": "^0.23.0",
"espower-babel": "^3.2.0",
"gulp": "^3.9.0",
"gulp-shell": "^0.4.2",
"less": "^2.5.1",
"mocha": "^2.2.5",
"power-assert": "^0.11.0",
"proxyquire": "^1.5.0",
"run-sequence": "^1.1.1",
"sinon": "^1.15.3",
"watchify": "^3.2.3"
},
"scripts": {
"test": "mocha --compilers js:espower-babel/guess ./test/**/*-test.js",
"build": "browserify -e ./app/index.js -o ./bundle.js -t babelify",
"watch": "gulp watch"
},
"author": "armorik83",
"license": "MIT"
}