-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
62 lines (55 loc) · 1.62 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "devoxx-2014-frontend",
"description": "Frontend application for Devoxx 2014",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Julien Roche",
"email": "jroche@objetdirect.com"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"bower": "~1.2.8",
"grunt-bower-task": "~0.3.4",
"jshint": "~2.4.3 ",
"grunt-contrib-jshint": "~0.8.0",
"grunt-jsdoc": "~0.5.1",
"less": "~1.6.3",
"grunt-contrib-less": "~0.9.0",
"grunt-lesslint": "~0.17.0",
"phantomjs": "~1.9.2-4",
"karma": "~0.10.0",
"karma-junit-reporter": "~0.1.0",
"karma-coverage": "~0.1",
"grunt-karma": "~0.6.2",
"http-proxy": "~1.0.2",
"express": "~3.2.2",
"grunt-express": "~1.2.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-open": "~0.2.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-svgmin": "~0.2.0",
"grunt-manifest": "~0.4.0",
"grunt-combine": "~0.8.3",
"uglify-js": "~2.3.6",
"grunt-contrib-uglify": "~0.3.2",
"grunt-strip": "~0.2.1",
"load-grunt-configs": "~0.3.4"
},
"license": "private",
"engines": {
"node": ">=0.10",
"npm": ">=1.2.30"
}
}