forked from atom/scoped-property-store
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "scoped-property-store",
"version": "0.17.0",
"description": "Store and retrieve properties associated with CSS selectors.",
"main": "./lib/scoped-property-store",
"scripts": {
"prepublish": "grunt clean lint coffee",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/scoped-property-store.git"
},
"bugs": {
"url": "https://github.com/atom/scoped-property-store/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/scoped-property-store/raw/master/LICENSE.md"
}
],
"dependencies": {
"atom-slick": "^2",
"event-kit": "^1.0.0",
"grim": "^1.2.1",
"key-path-helpers": "^0.1.0",
"underscore-plus": "^1.6.3"
},
"devDependencies": {
"coffee-script": "^1.7.0",
"jasmine-focused": "^1.0.4",
"grunt-contrib-coffee": "^0.9.0",
"grunt-cli": "^0.1.8",
"grunt": "^0.4.1",
"grunt-shell": "^0.2.2",
"grunt-coffeelint": "^0.0.6",
"rimraf": "^2.2.2",
"coffee-cache": "^0.2.0",
"temp": "^0.6.0"
}
}