-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "sbangular",
"version": "0.0.1",
"description": "my appfuse clone",
"author": "Ian lim",
"browserify": {
"transform": [
"html2js-browserify",
"debowerify",
"deamdify"
]
},
"devDependencies": {
"jquery": "^2.1.1",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"debowerify": "^0.7.1",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"deamdify": "^0.1.1",
"grunt-mocha-test": "^0.11.0",
"mocha": "^1.20.1",
"chai": "^1.9.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-mocha-phantomjs": "^0.5.0",
"sinon": "^1.10.2",
"mocha-sinon": "^1.1.3",
"sinon-chai": "^2.5.0",
"store2": "^2.1.6",
"html2js-browserify": "0.0.2",
"chai-as-promised": "^4.1.1",
"grunt-mocha-protractor": "^0.5.2",
"grunt-protractor-runner": "^1.0.0",
"protractor": "^0.24.0",
"astrolabe": "^0.3.4-alpha",
"grunt-cli": "^0.1.13"
}
}