forked from astoilkov/jsblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 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
37
{
"name": "jsblocks",
"version": "0.3.4",
"description": "Better MV-ish Framework",
"author": {
"name": "Antonio Stoilkov",
"email": "[email protected]",
"url": "http://jsblocks.com"
},
"license": "MIT",
"scripts": {
"test": "grunt test:firefox"
},
"devDependencies": {
"blocks": "^0.1.4",
"escodegen": "^1.6.1",
"esprima": "^2.3.0",
"estraverse": "^4.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-notify": "^0.4.1",
"grunt-preprocess": "^4.1.0",
"highlight.js": "^8.6.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"parse5": "^1.4.1"
}
}