forked from w20-framework/w20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 Bytes
/
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
{
"name": "w20",
"version": "2.3.0",
"description": "SeedStack Web framework",
"license": "MPL 2.0",
"contributors": [
{
"name": "Adrien LAUER",
"email": "[email protected]"
},
{
"name": "Kavi RAMYEAD",
"email": "[email protected]"
}
],
"devDependencies": {
"grunt": "~0.4",
"grunt-bower-task": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "~0.10",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "~0.9",
"grunt-ngdocs": "^0.2.8",
"karma": "~0.12",
"karma-coverage": "~0.2",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1",
"karma-phantomjs-shim": "~1.2.0",
"karma-requirejs": "~0.2",
"requirejs": "~2.1",
"jasmine-core": "~2.4",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.4"
}
}