-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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
40
41
42
43
44
45
46
{
"name": "LangPlayer",
"description": "Learn new languages watching your favorite series.",
"version": "0.0.1",
"chrome-version": "43.0.2357.73",
"private": true,
"engines": {
"node": ">=0.12.0"
},
"author": "Renan Valentin Ferreira",
"license": "GNU",
"devDependencies": {
"babel": "^5.4.2",
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-traceur": "^0.17.1",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.5",
"node-webkit-builder": "^1.0.11",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"supertest": "^0.12.1",
"vinyl-fs": "^1.0.0"
},
"dependencies": {
"request": "^2.55.0"
},
"scripts": {
"nw": "nwbuild -r ./app -p win32 -v v0.12.1 "
},
"babelOptions": {
"entryFileName": "index",
"exportVarName": "MyLibrary",
"mochaGlobals": [
"stub",
"spy",
"expect"
]
}
}