-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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
47
48
49
{
"name": "iToolkit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"cheerio": "^0.19.0",
"connect": "^3.3.4",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"expect.js": "^0.3.1",
"glob": "^6.0.4",
"gulp": "x",
"gulp-concat": "x",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "x",
"gulp-less": "x",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "x",
"gulp-rename": "x",
"gulp-riot": "0.3.1",
"gulp-uglify": "x",
"http-proxy": "^1.8.1",
"istanbul": "^0.4.2",
"jsdom": "^7.2.2",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.3.0",
"mocha": "^2.3.4",
"open": "0.0.5",
"phantomjs": "^1.9.19",
"proxy-middleware": "^0.11.0",
"require-dir": "^0.3.0",
"smash": "0.0.15",
"stream-combiner2": "^1.1.1",
"uglify-js": "latest",
"url": "^0.10.3"
},
"scripts": {
"test": "karma start test/karma.conf.js"
},
"author": "xieyu33333",
"license": "ISC",
"dependencies": {}
}