-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.19 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": "ariana",
"version": "0.4.20",
"description": "Online phote editing build on Node.js, Angular.js and WebGL",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"grunt-cli": "~0.1.13",
"bower": "~1.4.1",
"karma": "~0.12.35",
"sass": "~0.5.0",
"serve-static": "~1.9.3",
"connect": "~3.3.5"
},
"devDependencies": {
"glob": "~5.0.10",
"gm": "~1.18.1",
"grunt-bower-concat": "^0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html2js": "^0.3.2",
"grunt-include-source": "^0.6.0",
"grunt-karma": "~0.11.0",
"grunt-preprocess": "^4.1.0",
"grunt-sass": "~1.0.0",
"grunt-ts": "~4.1.2",
"grunt-wiredep": "^2.0.0",
"jasmine-core": "~2.3.4",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "~0.3.5",
"node-bourbon": "~1.0.0",
"request": "^2.57.0",
"karma-mocha-reporter": "~1.0.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-ng-annotate": "~1.0.1",
"grunt-contrib-jshint": "~0.11.2"
}
}