-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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": "n-cube-editor",
"version": "0.4.0",
"dependencies": {
"bower": "1.7.2",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jasmine": "0.9.2",
"gulp": "3.9.0",
"gulp-angular-protractor": "0.0.6",
"gulp-clean": "0.3.1",
"gulp-concat": "2.6.0",
"gulp-connect": "2.3.1",
"gulp-filter": "3.0.1",
"gulp-jshint": "2.0.0",
"gulp-minify-css": "1.2.3",
"gulp-param": "0.6.4",
"gulp-uglify": "1.5.1",
"jasmine-core": "2.4.1",
"jasmine-jquery": "2.1.1",
"jshint": "^2.8.0",
"jshint-stylish": "2.1.0",
"karma": "0.13.19",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-jasmine-matchers": "2.0.0-beta2",
"karma-junit-reporter": "0.3.8",
"karma-phantomjs-launcher": "0.2.3",
"karma-sourcemap-loader": "0.3.6",
"main-bower-files": "2.11.1",
"phantomjs": "1.9.19",
"protractor": "2.5.1",
"selenium-server-standalone-jar": "2.47.1"
},
"scripts": {
"prebuild": "npm install",
"build": "gulp",
"bower": "bower install",
"unit": "karma start karma.ci.conf.js",
"integration": "gulp protractor",
"package": "gulp",
"dev-unit": "karma start karma.conf.js"
}
}