-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.14 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
{
"registry": "jspm",
"name": "sp-application",
"version": "1.1.0",
"description": "",
"repository": "salespreso/application",
"scripts": {
"lint": "eslint -c .eslintrc --quiet --cache lib",
"test": "node_modules/.bin/karma start --single-run --port=`get-port`",
"test:continuous": "node_modules/.bin/karma start --port=`get-port`",
"examples": "example-server --port=`get-port`",
"docs": "yuidoc2md \"lib/**/*.js\" > README.md"
},
"keywords": [],
"dependencies": {},
"devDependencies": {
"eslint-config-salespreso": "^0.1.4",
"example-server": "0.0.4",
"get-port": "^1.0.0",
"git-hooks": "^1.0.2",
"jspm": "^0.16.12",
"karma-config": "^1.0.0",
"yuidoc2md": "^0.8.1"
},
"jspm": {
"main": "index",
"directories": {
"lib": "lib"
},
"dependencies": {
"sp-log": "npm:sp-log@^1.1.8"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"baobab": "npm:baobab@^2.1.0",
"bluebird": "npm:bluebird@^2.10.2",
"core-js": "npm:core-js@^1.1.4",
"lodash": "npm:lodash@^3.10.1"
}
}
}