-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "Nuborn",
"version": "0.1.0",
"description": "Projet Nuborn Mobile Framework",
"repository": {
"type": "git",
"url": "[email protected]:jan4dev/nuborn.git"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-htmlmin": "0.x.x",
"grunt-contrib-imagemin": "0.4.x",
"grunt-contrib-sass": "0.3.x",
"grunt-contrib-clean": "0.x.x",
"grunt-contrib-copy": "0.x.x",
"grunt-jsduck": "0.x.x",
"grunt-contrib-uglify": "0.x.x",
"grunt-contrib-watch": "0.x.x",
"grunt-devtools": "0.x.x",
"grunt-contrib-connect": "0.x.x",
"grunt-hogan": "0.x.x",
"grunt-connect-proxy": "0.x.x",
"grunt-image-embed": "0.x.x",
"grunt-manifest": "0.x.x",
"grunt-weinre": "0.x.x",
"grunt-docco": "0.3.x",
"grunt-exec": "~0.4.2",
"grunt-autoprefixer": "0.5.x",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-symlink": "~0.2.0",
"hooker": "~0.2.3",
"karma": "^0.12.1",
"grunt-karma": "^0.8.2",
"karma-coffee-preprocessor": "^0.2.1",
"mocha": "^1.18.2",
"karma-mocha": "^0.1.3",
"karma-chrome-launcher": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.2",
"karma-ios-launcher": "0.0.3",
"karma-mocha-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.12"
}
}