-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"engines": {
"node": "0.12.x"
},
"devDependencies": {
"broccoli": "0.16.9",
"broccoli-babel-transpiler": "5.4.5",
"broccoli-browser-sync": "git://github.com/cornerman/broccoli-browser-sync.git",
"broccoli-cli": "1.0.0",
"broccoli-closure": "1.2.0",
"broccoli-compass": "0.2.4",
"broccoli-concat": "0.0.13",
"broccoli-csso": "1.0.0",
"broccoli-env": "0.0.1",
"broccoli-flatten": "0.1.1",
"broccoli-funnel": "0.2.8",
"broccoli-html2js": "0.0.5",
"broccoli-iife": "0.1.0",
"broccoli-jshint": "1.1.0",
"broccoli-merge-trees": "0.2.3",
"broccoli-ng-annotate": "1.2.0",
"broccoli-sourcemap-concat": "1.0.2",
"broccoli-string-replace": "0.1.0",
"jshint": "2.9.2",
"mkdirp": "0.5.1"
},
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-deep-blur": "1.0.6",
"angular-jwt": "0.0.9",
"angular-motion": "0.4.3",
"angular-native-dragdrop": "1.1.2",
"angular-restmod": "1.1.7",
"angular-sanitize": "1.4.7",
"angular-storage": "0.0.13",
"angular-strap": "2.3.3",
"angular-ui-router": "0.2.15",
"angular-ui-switch": "0.1.1",
"bootstrap-sass": "3.3.5",
"d3": "3.5.6",
"diff": "2.1.2",
"humane-js": "3.2.2",
"ng-sortable": "1.3.1"
}
}