-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
47
48
49
50
51
52
53
{
"name": "anthParticle",
"version": "1.3.4",
"description": "",
"main": "index.js",
"scripts": {
"release": "./node_modules/.bin/gulp release",
"test": "./node_modules/.bin/gulp karma"
},
"keywords": [
"cyParticle"
],
"author": "ijse",
"license": "ISC",
"devDependencies": {
"brfs": "^1.2.0",
"browserify": "^8.0.2",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-livereload": "^3.0.2",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"karma": "^0.12.28",
"karma-browserify": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-growl-reporter": "^0.1.1",
"karma-mocha": "^0.1.10",
"karma-spec-reporter": "0.0.16",
"mocha": "^2.1.0",
"requirejs": "^2.1.15",
"run-sequence": "^1.0.2"
},
"dependencies": {
"animation-frame": "^0.1.7",
"anthlivewp": "latest",
"body-parser": "^1.10.1",
"connect": "^3.3.4",
"cookie-session": "^1.1.0",
"debug": "^2.1.1",
"multiparty": "^4.1.1",
"sax": "^0.6.1",
"serve-static": "^1.8.0"
}
}