-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 972 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 972 Bytes
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
{
"name": "jdebug",
"version": "0.1.3",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jasperjs/jasper-application"
},
"dependencies": {
"angular": "^1.4.6",
"angular-route": "^1.4.6",
"jasperjs": "^0.5.2",
"scriptjs": "^2.5.8"
},
"devDependencies": {
"angular-mocks": "^1.4.6",
"express": "^4.13.3",
"generator-jasper": "^0.5.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-jasper": "^0.5.4",
"grunt-karma": "^0.10.1",
"grunt-typescript": "^0.7.0",
"jasmine-core": "^2.1.3",
"jdebug-server": "^0.2.0-beta.3",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"typescript": "^1.6.2"
}
}