-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "AdefyRE",
"description": "Adefy Rendering Engine",
"author": "Spectrum IT Solutions GmbH <[email protected]>",
"version": "1.3.0",
"private": true,
"engine": "node >= 0.10.12",
"contributors": [
{
"name": "Cris Mihalache",
"email": "[email protected]"
},
{
"name": "Blaž Hrastnik",
"email": "[email protected]"
},
{
"name": "Corey Powell",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:Adefy/AdefyRE.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-concat-in-order": "~0.1.5",
"grunt-mocha": "~0.4.1",
"grunt-lib-phantomjs": "~0.3.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-concat": "~0.3.0"
},
"scripts": {
"test": "mocha-phantomjs build/test/test.html"
}
}