forked from kscc25/NEXT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
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
40
41
42
43
44
45
46
{
"name": "NEXT",
"version": "0.0.1",
"description": "Agar.io Extension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NEXT",
"license": "ISC",
"devDependencies": {
"browser-sync": "2.11.1",
"chai": "3.5.0",
"gulp": "3.9.0",
"gulp-cssnano": "2.1.0",
"gulp-htmlmin": "1.3.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.0",
"gulp-jspm": "heroandtn3/gulp-jspm#issue-22",
"gulp-mocha": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"jshint": "2.9.1",
"jshint-stylish": "2.1.0",
"jspm": "0.16.25",
"mocha": "2.4.5",
"run-sequence": "1.1.5"
},
"jspm": {
"dependencies": {
"bootstrap": "github:twbs/[email protected]",
"buffer": "github:jspm/nodelibs-buffer@^0.1.0",
"css": "github:systemjs/[email protected]",
"events": "npm:[email protected]",
"http": "github:jspm/[email protected]",
"https": "github:jspm/[email protected]",
"jquery": "npm:[email protected]",
"pixi.js": "npm:pixi.js@^3.0.10",
"stats.js": "npm:[email protected]"
},
"devDependencies": {
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]"
}
}
}