forked from ruhley/angular-color-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.45 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
{
"name": "angularjs-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "3.5.0",
"license": "MIT",
"main": "dist/angularjs-color-picker.min.js",
"dependencies": {
"angular": "^1.4.0",
"tinycolor2": "^1.3.0"
},
"repository": "git://github.com/ruhley/angular-color-picker.git",
"author": "Timothy Ruhle <[email protected]>",
"contributors": [
"Benjamin Orozco <[email protected]>"
],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015-rollup": "^3.0.0",
"glob": "^7.0.0",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.3.0",
"grunt-notify": "^0.4.1",
"grunt-run": "^0.8.0",
"http-server": "^0.12.3",
"load-grunt-tasks": "^3.5.0",
"moment": "^2.14.1",
"protractor": "^5.4.4",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.0",
"rollup-plugin-uglify": "^2.0.0",
"time-grunt": "^1.3.0"
},
"engines": {
"node": ">=4.4.0"
},
"scripts": {
"start": "http-server ./ -a localhost -p 8000",
"pretest": "./node_modules/.bin/webdriver-manager update --standalone",
"test": "./node_modules/.bin/protractor ./test/protractor-config.js"
}
}