-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (41 loc) · 1.06 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
{
"name": "ijax",
"version": "0.2.1",
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>",
"description": "",
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.18.2",
"chai": "~1.9.1",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0",
"karma": "~0.12.16",
"karma-cli": "~0.0.4",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-mocha": "~0.1.3",
"karma-chai": "~0.1.0",
"karma-sinon-chai": "~0.1.5",
"gulp": "~3.6.2",
"gulp-util": "~2.2.14",
"gulp-coffee": "~1.4.3",
"gulp-concat": "~2.2.0",
"gulp-uglify": "~0.3.0",
"gulp-header": "~1.0.2",
"gulp-rename": "~1.2.0",
"gulp-karma": "git://github.com/s0ber/gulp-karma.git#ignore_gulp_src_files",
"coffeegulp": "~0.0.4"
},
"engine": {
"node": ">= 0.10"
},
"scripts": {
"test": "gulp --require coffee-script/register karma:ci"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/npm/npm.git"
}
}