-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
45
46
47
48
{
"name": "accionLabs",
"version": "1.0.5",
"description": "Design and build web applications using only your web browser! ",
"author": "SHUNMUGAM AIYAPPAN",
"keywords": [
"template",
"web",
"components"
],
"main": "gruntfile.js",
"devDependencies": {
"angular-mocks": "=1.4.7",
"grunt": "=0.4.5",
"grunt-angular-templates": "=0.5.9",
"grunt-contrib-clean": "=0.7.0",
"grunt-contrib-concat": "=0.5.1",
"grunt-contrib-connect": "=0.11.2",
"grunt-contrib-copy": "=0.8.0",
"grunt-contrib-htmlmin": "=0.6.0",
"grunt-contrib-uglify": "=0.11.0",
"grunt-contrib-watch": "=0.6.1",
"grunt-eslint": "=17.0.0",
"grunt-karma": "=0.12.1",
"grunt-lodash": "=0.5.0",
"grunt-lodash-autobuild": "=0.3.0",
"grunt-newer": "=1.1.0",
"grunt-sass": "=1.0.0",
"jasmine-core": "=2.3.4",
"karma": "=0.13.15",
"karma-jasmine": "=0.3.6",
"karma-mocha-reporter": "=1.1.2",
"karma-phantomjs-launcher": "=0.2.1",
"lodash-cli": "=3.10.1",
"node-neat": "=1.7.2",
"phantomjs": "=1.9.18"
},
"license": "MIT",
"dependencies": {
"angular": "=1.5.0-rc.0",
"angular-sanitize": "=1.4.8",
"angular-ui-router": "=0.2.15",
"jquery": "~3.0.0",
"lodash": "=3.10.1",
"bootstrap": "^3.3.5",
"ng-table": "^0.5.4"
}
}