-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.25 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": "angular-virtual-dom",
"version": "0.1.1",
"homepage": "https://github.com/teropa/angular-virtual-dom",
"author": "Tero Parviainen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/teropa/angular-virtual-dom.git"
},
"bugs": {
"url": "https://github.com/teropa/angular-virtual-dom/issues"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/teropa/angular-virtual-dom/blob/master/LICENSE"
},
"dependencies": {
},
"devDependencies": {
"faithful-exec": "^0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.1.0",
"grunt-karma": "^0.10.1",
"immutable": "=3.6.2",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^3.1.0",
"shelljs": "^0.3.0"
},
"scripts": {
"test": "grunt karma:unit"
},
"main": "release/angular-virtual-dom.js"
}