forked from chrisrhoton/learning-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1021 Bytes
/
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
{
"name": "juliusakula",
"private": true,
"version": "0.0.1",
"devDependencies": {
"alertifyjs": "^1.3.0",
"angular": "^1.4.4",
"angular-builds": "https://github.com/DanTup/angular-builds/tarball/1.2.14",
"angular-cookies": "^1.3.13",
"angular-md": "^1.0.0",
"angular-ui-bootstrap": "^0.13.3",
"angular-ui-router": "^0.2.13",
"bootstrap": "^3.3.2",
"chai": "^2.0.0",
"dragon-drop": "^1.0.6",
"grunt": "~0.4.1",
"grunt-chmod": "^1.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.11",
"grunt-scaffold": "^0.1.3",
"highlight": "^0.2.3",
"jquery": "^2.1.3",
"jquery-ui": "^1.10.5",
"marked": "^0.3.3",
"ng-clip": "^0.2.6",
"zeroclipboard": "^2.2.0"
}
}