-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (39 loc) · 1.07 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": "ska",
"version": "0.0.1",
"description": "AngularJS scaffold for use with RESTful APIs",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "gulp test",
"build-js": "gulp templates && gulp js",
"build-css": "gulp css",
"build": "npm run test && npm run build-js && npm run build-css",
"ska::component": "node client/src/core/tools/section.js",
"ska::section": "",
"ska::service": "",
},
"author": "@jimimimi",
"license": "GPL-3.0",
"dependencies": {
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"nodemon": "^1.10.2",
"phantomjs-prebuilt": "^2.1.4"
}
}